home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / ArticleSetMatrix.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  320 b   |  18 lines

  1. #import "ColumnMatrix.h"
  2. #import <appkit/appkit.h>
  3.  
  4. @interface ArticleSetMatrix:ColumnMatrix
  5. {
  6.  
  7. }
  8.  
  9. - initFrame:(const NXRect *)frameRect;
  10.  
  11. - (const char *)stringValueForCellAt:(int)index;
  12.  
  13. - (void)writeSelectionToPasteboard:(Pasteboard *)pboard asType:(NXAtom)type;
  14.  
  15. - (BOOL)selectArticleWithNumber:(long)snumber;
  16.  
  17. @end
  18.